Commit e0753bee authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

bus message

parent f8e226ea
File added
......@@ -132,7 +132,7 @@ int StreamRecorder::createMainPipeline()
*/
int StreamRecorder::bus_callback (GstBus *bus, GstMessage *message, void *user_data)
{
// printf("StreamRecorder got %s message\n", GST_MESSAGE_TYPE_NAME (message));
printf("StreamRecorder got %s message\n", GST_MESSAGE_TYPE_NAME (message));
switch (GST_MESSAGE_TYPE (message))
{
case GST_MESSAGE_EOS:
......
File added
File added
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment