After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 763081 - bad plugins: use new gst_element_class_add_static_pad_template()
bad plugins: use new gst_element_class_add_static_pad_template()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-04 06:55 UTC by Vineeth
Modified: 2016-07-08 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use new gst_element_class_add_static_pad_template() (39.37 KB, application/zip)
2016-03-04 06:56 UTC, Vineeth
  Details
use new gst_element_class_add_static_pad_template() (269.84 KB, patch)
2016-03-04 06:58 UTC, Vineeth
committed Details | Review

Description Vineeth 2016-03-04 06:55:59 UTC
A new API gst_element_class_add_static_pad_template() is added in
https://bugzilla.gnome.org/show_bug.cgi?id=762778
to replace gst_element_class_add_pad_template()
Comment 1 Vineeth 2016-03-04 06:56:52 UTC
Created attachment 323063 [details]
use new gst_element_class_add_static_pad_template()
Comment 2 Vineeth 2016-03-04 06:58:23 UTC
Created attachment 323064 [details] [review]
use new gst_element_class_add_static_pad_template()
Comment 3 Sebastian Dröge (slomo) 2016-03-24 12:59:14 UTC
commit 8cdfb13658a069cf8c45a3265bf865849d3dc8e9
Author: Vineeth TM <vineeth.tm@samsung.com>
Date:   Fri Mar 4 15:50:26 2016 +0900

    bad: use new gst_element_class_add_static_pad_template()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763081
Comment 4 kulbhushan.arora@cognizant.com 2016-07-08 14:47:33 UTC
Hi,

I am having one query away from this series. It shall be good if anyone can provide valuable inputs.

-->Use case to explain use of vbidec in gst pipe.
----------------------------------------------------------------------------
I am new to gstreamer stuffs. I am having one mpg stream which is having close caption stream as mux.

I would like to run/display the close caption using conventional gst pipeline. I come to know about gst bad plugin 'vbidec' can be helpful component.

could you please suggest how can i use vbidec in the gst pipe to fetch n display the CC data.

It would be good if you could provide one example or use case.

Thanks in advance !! your response shall be appreciated.
------------------------------------------------------------------------
Comment 5 Sebastian Dröge (slomo) 2016-07-08 14:50:44 UTC
Please don't add random comments to Bugzilla tickets that have nothing to do with the original topic.